home *** CD-ROM | disk | FTP | other *** search
- GeneralPane = {
- ACTIONS = {
- doSetSamples:;
- doSetBorder:;
- didSwapIn:;
- selectControl:;
- doSetPolar:;
- doSetKey:;
- doSetParametric:;
- doSetSize:;
- doSetTimeDefault:;
- doSetTime:;
- doSetTimeLocation:;
- doSetSizeProp:;
- doSetPlotTitle:;
- doSetKeyLocation:;
- doSetKeyDefault:;
- };
- OUTLETS = {
- titleField;
- keyButton;
- samplesMatrix;
- sizeYField;
- timeDefaultButton;
- stringSet;
- parametricButton;
- polarButton;
- sizeButton;
- keyMatrix;
- sizeXField;
- sizeXSlider;
- timeButton;
- keyLabelMatrix;
- borderButton;
- timeMatrix;
- keyDefaultButton;
- timeLabelMatrix;
- sizeYSlider;
- };
- SUPERCLASS = Pane;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Pane = {
- OUTLETS = {
- doc;
- window;
- view;
- status;
- };
- SUPERCLASS = Object;
- };
-